home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / readme.gw < prev    next >
Text File  |  1996-01-30  |  2KB  |  92 lines

  1. SetUp:
  2.  
  3. Before running GWAda make sure the following has been added
  4. to the autoexec file (or a local setup batch file):
  5.  
  6. SET ADAED=<drive>:\<directory where GWAda is located>
  7.  
  8. PATH= ... ;<drive>:\<directory where GWAda is located>
  9.  
  10.  
  11. To activate the environment type:
  12.  
  13. GWADA <file name> <ENTER>
  14.  
  15.  
  16. For more information on how to use GWAda select the "GWAda" option within
  17.  
  18. the "Help" top menu item. For information on how to use the editor select the
  19.  
  20. "Editor" option within the "Help" top menu item.
  21.  
  22. -------------
  23.  
  24. Distribution Disks
  25.  
  26. DISK 1
  27.  
  28. GWAda-ex.zip     Any directory/drive
  29.          Contains the basic files to run the environment
  30. README.gw        Contains this file
  31. PKUNZIP.exe      Uncompressor's program
  32. DISK 2
  33. GWAda-co.zip     Directory <drive>\adaed
  34.          Contains the basic NYU sources altered to work with GWAda
  35.  
  36. -------------
  37.  
  38. Installing GWAda
  39.  
  40. Assuming that:
  41.     
  42.     disk 1 is at drive B:
  43.     the target hard disk is C:
  44.  
  45.  
  46. --Create a directory named ADAED
  47.  
  48. C:
  49. mkdir ADAED
  50. cd ADAED
  51.  
  52. B:pkunzip b:gwada-ex
  53.  
  54.  
  55. Before runnig GWAda make sure that the "setup" above has been performed.
  56.  
  57. Note:
  58. -----
  59.  
  60. If yoy are working with other subdirectory (say c:\mypgms) than the one 
  61. the executables are (say c:\adaed), copy the c:\adaed\*.hlp c:\mypgms.
  62.  
  63. System Requirements:
  64.  
  65.     386/486 PC Compatible
  66.     At leat 3.2 MB of available extended memory
  67.     At leat 2.6 MD of disk space 
  68.  
  69.  
  70. DISCLAIMER
  71. ----------
  72.  
  73.     This program is distributed free of charges for educational purposes 
  74.     only, but WITHOUT ANY WARRANTY; without even the implied warranty of
  75.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  76.  
  77.  
  78. Please, send your comments and/or suggestions to:
  79.  
  80. Dr. M. B. Feldman
  81. EECS Department
  82. The George Washington University
  83. Washington, D.C. 20052
  84. mfeldman@seas.gwu.edu
  85.  
  86. Dr. A. V. Lopes
  87. Instituto de Informatica - Predio 30
  88. Pontificia Universidade Catolica do Rio Grande do Sul - PUCRS
  89. Av. Ipiranga 6681
  90. 90620 Porto Alegre - RS / Brazil
  91. vlopes@vortex.ufrgs.br
  92.